From: Lars Ingebrigtsen Date: Sun, 20 Oct 2019 11:52:03 +0000 (+0200) Subject: while-no-input-ignore-events manual clarification X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1350 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=db1907233c8ecc7ca562e365125c24d60bb40c54;p=emacs.git while-no-input-ignore-events manual clarification * doc/lispref/commands.texi (Event Input Misc): Be slightly clearer about what while-no-input-ignore-events is. --- diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index a351917b852..0db38b7176a 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -2959,7 +2959,7 @@ like this: @defvar while-no-input-ignore-events This variable allow setting which special events @code{while-no-input} -should ignore. It is a list of symbols. +should ignore. It is a list of event symbols (@pxref{Event Examples}). @end defvar